draw(PDDocument,PDPage,List<PageInfo>,int,int,Order) Method
In This Topic
Draw the pages in the page collection on a page in a certain direction.
Syntax
public void draw(
PDDocument ,
PDPage ,
java.util.List<PageInfo> ,
int ,
int columns,
Order
)
|
Parameters
- doc
- page
- The page in a PDF document.
- pages
- The page collection.
- rows
- The number of rows that these pages will be divided into.
- columns
- The number of columns that these pages will be divided into.
- order
- The direction uses to arrange the pages.
See Also